[INFO] cloning repository https://github.com/Belovedbb/Crlox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Belovedbb/Crlox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBelovedbb%2FCrlox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBelovedbb%2FCrlox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f10c382efbfa3ba700ded859cf26f96548b48c44
[INFO] fixing Belovedbb/Crlox against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBelovedbb%2FCrlox" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Belovedbb/Crlox
[INFO] finished tweaking git repo https://github.com/Belovedbb/Crlox
[INFO] tweaked toml for git repo https://github.com/Belovedbb/Crlox written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Belovedbb/Crlox on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Belovedbb/Crlox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3d876b9203c5e9cf08ce75248338e3e6eb019b0931ed19297c060381735a231e
[INFO] running `Command { std: "docker" "start" "3d876b9203c5e9cf08ce75248338e3e6eb019b0931ed19297c060381735a231e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d876b9203c5e9cf08ce75248338e3e6eb019b0931ed19297c060381735a231e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d876b9203c5e9cf08ce75248338e3e6eb019b0931ed19297c060381735a231e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d876b9203c5e9cf08ce75248338e3e6eb019b0931ed19297c060381735a231e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking mopa v0.2.2
[INFO] [stderr]     Checking crlox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] [stderr] crater-edition-check: crlox v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking crlox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `mutable_borrow_reservation_conflict` has been removed: now allowed, see issue #59159 <https://github.com/rust-lang/rust/issues/59159> for more information
[INFO] [stdout]   --> src/vm.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |     #[allow(mutable_borrow_reservation_conflict)]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `mutable_borrow_reservation_conflict` has been removed: now allowed, see issue #59159 <https://github.com/rust-lang/rust/issues/59159> for more information
[INFO] [stdout]   --> src/vm.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |     #[allow(mutable_borrow_reservation_conflict)]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compiler.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn get_prev(&self) -> &Token {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^
[INFO] [stdout]    |                     |         ||
[INFO] [stdout]    |                     |         |the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is elided here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn get_prev(&self) -> &Token<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compiler.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn get_prev(&self) -> &Token {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^
[INFO] [stdout]    |                     |         ||
[INFO] [stdout]    |                     |         |the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is elided here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn get_prev(&self) -> &Token<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking crlox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/value.rs (14 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout] 207 | /         {
[INFO] [stdout] 208 | |             as_str!($value).get_string()
[INFO] [stdout] 209 | |         }
[INFO] [stdout]     | |_________- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 235 |               ObjType::OBJ_STRING => println!("{}", as_str_raw!(*value))
[INFO] [stdout]     |                                                     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/vm.rs:113:46
[INFO] [stdout]     |
[INFO] [stdout] 113 |                         let op = -as_number!(self.pop());
[INFO] [stdout]     |                                              ^^^^^^^^^^ - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                              up until Edition 2021 `#18` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 123 |                             let b = self.pop();
[INFO] [stdout]     |                                 -
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `b` calls a custom destructor
[INFO] [stdout]     |                                 `b` will be dropped later as of Edition 2024
[INFO] [stdout] 124 |                             let a = self.pop();
[INFO] [stdout]     |                                 -
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `a` calls a custom destructor
[INFO] [stdout]     |                                 `a` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 138 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 139 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                             `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 149 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                             `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 150 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                             `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 159 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                             `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 160 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                             `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 192 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                             `#7` will be dropped later as of Edition 2024
[INFO] [stdout] 193 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                             `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 202 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                             `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 203 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                             `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 208 |                         ValueArray::print_value(&self.pop());
[INFO] [stdout]     |                                                  ----------
[INFO] [stdout]     |                                                  |
[INFO] [stdout]     |                                                  this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                                  `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 213 |                         self.pop();
[INFO] [stdout]     |                         ----------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 224 |                         self.globals.insert(name, val);
[INFO] [stdout]     |                         ------------------------------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout] 225 |                         self.pop();
[INFO] [stdout]     |                         ----------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                         `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 255 |                             self.globals.insert(name, cur_val);
[INFO] [stdout]     |                             ----------------------------------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/value.rs:194:17
[INFO] [stdout]     |
[INFO] [stdout] 194 |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout]     |                 -----------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `generic_val` calls a custom destructor
[INFO] [stdout]     |                 `generic_val` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                 `#15` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `b` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `a` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `generic_val` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 |           let b_ = String::from(as_str_raw!(self.pop()));
[INFO] [stdout]     |                    ------------ ----------------------- in this macro invocation
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:284:18
[INFO] [stdout]     |
[INFO] [stdout] 284 |           let a_ = String::from(as_str_raw!(self.pop()));
[INFO] [stdout]     |                    ------------ ----------------------- in this macro invocation
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:299:25
[INFO] [stdout]     |
[INFO] [stdout] 299 |                   let a = String::from(as_str_raw!(a));
[INFO] [stdout]     |                           ------------ -------------- in this macro invocation
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:300:25
[INFO] [stdout]     |
[INFO] [stdout] 300 |                   let b = String::from(as_str_raw!(b));
[INFO] [stdout]     |                           ------------ -------------- in this macro invocation
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout] 207 | /         {
[INFO] [stdout] 208 | |             as_str!($value).get_string()
[INFO] [stdout] 209 | |         }
[INFO] [stdout]     | |_________- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 235 |               ObjType::OBJ_STRING => println!("{}", as_str_raw!(*value))
[INFO] [stdout]     |                                                     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/vm.rs:113:46
[INFO] [stdout]     |
[INFO] [stdout] 113 |                         let op = -as_number!(self.pop());
[INFO] [stdout]     |                                              ^^^^^^^^^^ - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                                              up until Edition 2021 `#18` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 123 |                             let b = self.pop();
[INFO] [stdout]     |                                 -
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `b` calls a custom destructor
[INFO] [stdout]     |                                 `b` will be dropped later as of Edition 2024
[INFO] [stdout] 124 |                             let a = self.pop();
[INFO] [stdout]     |                                 -
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `a` calls a custom destructor
[INFO] [stdout]     |                                 `a` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 138 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 139 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                             `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 149 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                             `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 150 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                             `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 159 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                             `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 160 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                             `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 192 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                             `#7` will be dropped later as of Edition 2024
[INFO] [stdout] 193 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                             `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 202 |                         let b = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                             `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 203 |                         let a = self.pop();
[INFO] [stdout]     |                             -
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                             `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 208 |                         ValueArray::print_value(&self.pop());
[INFO] [stdout]     |                                                  ----------
[INFO] [stdout]     |                                                  |
[INFO] [stdout]     |                                                  this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                                  `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 213 |                         self.pop();
[INFO] [stdout]     |                         ----------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 224 |                         self.globals.insert(name, val);
[INFO] [stdout]     |                         ------------------------------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                         `#13` will be dropped later as of Edition 2024
[INFO] [stdout] 225 |                         self.pop();
[INFO] [stdout]     |                         ----------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                         `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 255 |                             self.globals.insert(name, cur_val);
[INFO] [stdout]     |                             ----------------------------------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/value.rs:194:17
[INFO] [stdout]     |
[INFO] [stdout] 194 |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout]     |                 -----------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `generic_val` calls a custom destructor
[INFO] [stdout]     |                 `generic_val` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                 `#15` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `b` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `a` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `generic_val` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 |           let b_ = String::from(as_str_raw!(self.pop()));
[INFO] [stdout]     |                    ------------ ----------------------- in this macro invocation
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:284:18
[INFO] [stdout]     |
[INFO] [stdout] 284 |           let a_ = String::from(as_str_raw!(self.pop()));
[INFO] [stdout]     |                    ------------ ----------------------- in this macro invocation
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:299:25
[INFO] [stdout]     |
[INFO] [stdout] 299 |                   let a = String::from(as_str_raw!(a));
[INFO] [stdout]     |                           ------------ -------------- in this macro invocation
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ this temporary value will be dropped at the end of the block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:300:25
[INFO] [stdout]     |
[INFO] [stdout] 300 |                   let b = String::from(as_str_raw!(b));
[INFO] [stdout]     |                           ------------ -------------- in this macro invocation
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
[INFO] [stderr] crater-edition-check: crlox v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking crlox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `mutable_borrow_reservation_conflict` has been removed: now allowed, see issue #59159 <https://github.com/rust-lang/rust/issues/59159> for more information
[INFO] [stdout]   --> src/vm.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |     #[allow(mutable_borrow_reservation_conflict)]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `mutable_borrow_reservation_conflict` has been removed: now allowed, see issue #59159 <https://github.com/rust-lang/rust/issues/59159> for more information
[INFO] [stdout]   --> src/vm.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |     #[allow(mutable_borrow_reservation_conflict)]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 207 | /         {
[INFO] [stdout] 208 | |             as_str!($value).get_string()
[INFO] [stdout]     | |                                        - temporary value is freed at the end of this statement
[INFO] [stdout] 209 | |         }
[INFO] [stdout]     | |_________- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 235 |               ObjType::OBJ_STRING => println!("{}", as_str_raw!(*value))
[INFO] [stdout]     |                                                     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 207 | /         {
[INFO] [stdout] 208 | |             as_str!($value).get_string()
[INFO] [stdout]     | |                                        - temporary value is freed at the end of this statement
[INFO] [stdout] 209 | |         }
[INFO] [stdout]     | |_________- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 235 |               ObjType::OBJ_STRING => println!("{}", as_str_raw!(*value))
[INFO] [stdout]     |                                                     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 208 |               as_str!($value).get_string()
[INFO] [stdout]     |                                          - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 |           let b_ = String::from(as_str_raw!(self.pop()));
[INFO] [stdout]     |                    ------------ ----------------------- in this macro invocation
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 208 |               as_str!($value).get_string()
[INFO] [stdout]     |                                          - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:284:18
[INFO] [stdout]     |
[INFO] [stdout] 284 |           let a_ = String::from(as_str_raw!(self.pop()));
[INFO] [stdout]     |                    ------------ ----------------------- in this macro invocation
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 208 |               as_str!($value).get_string()
[INFO] [stdout]     |                                          - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:283:18
[INFO] [stdout]     |
[INFO] [stdout] 283 |           let b_ = String::from(as_str_raw!(self.pop()));
[INFO] [stdout]     |                    ------------ ----------------------- in this macro invocation
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 208 |               as_str!($value).get_string()
[INFO] [stdout]     |                                          - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:284:18
[INFO] [stdout]     |
[INFO] [stdout] 284 |           let a_ = String::from(as_str_raw!(self.pop()));
[INFO] [stdout]     |                    ------------ ----------------------- in this macro invocation
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 208 |               as_str!($value).get_string()
[INFO] [stdout]     |                                          - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:299:25
[INFO] [stdout]     |
[INFO] [stdout] 299 |                   let a = String::from(as_str_raw!(a));
[INFO] [stdout]     |                           ------------ -------------- in this macro invocation
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 208 |               as_str!($value).get_string()
[INFO] [stdout]     |                                          - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:300:25
[INFO] [stdout]     |
[INFO] [stdout] 300 |                   let b = String::from(as_str_raw!(b));
[INFO] [stdout]     |                           ------------ -------------- in this macro invocation
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 208 |               as_str!($value).get_string()
[INFO] [stdout]     |                                          - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:299:25
[INFO] [stdout]     |
[INFO] [stdout] 299 |                   let a = String::from(as_str_raw!(a));
[INFO] [stdout]     |                           ------------ -------------- in this macro invocation
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/value.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 | /         {
[INFO] [stdout] 194 | |             let generic_val: Box<dyn Obj> = as_obj!($value);
[INFO] [stdout] 195 | |             let res: ObjString = match generic_val.downcast_ref::<ObjString>() {
[INFO] [stdout] 196 | |                 Some(ele) => (*ele).clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |             res
[INFO] [stdout] 200 | |         }
[INFO] [stdout]     | |_________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 208 |               as_str!($value).get_string()
[INFO] [stdout]     |                                          - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vm.rs:300:25
[INFO] [stdout]     |
[INFO] [stdout] 300 |                   let b = String::from(as_str_raw!(b));
[INFO] [stdout]     |                           ------------ -------------- in this macro invocation
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `as_str` which comes from the expansion of the macro `as_str_raw` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crlox` (bin "crlox" test) due to 5 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `crlox` (bin "crlox") due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "3d876b9203c5e9cf08ce75248338e3e6eb019b0931ed19297c060381735a231e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d876b9203c5e9cf08ce75248338e3e6eb019b0931ed19297c060381735a231e", kill_on_drop: false }`
[INFO] [stdout] 3d876b9203c5e9cf08ce75248338e3e6eb019b0931ed19297c060381735a231e
